REQTEXT=' Do you want to write the message to the message base ? '||'0a'X ||'0a'X ||' The signature has been removed.'||'0a'X ||'0a'X ||' WARNING: Orig. message gets lost !'
reqtext=' MM_PGPManager'||'0a'X ||'0a'X ||' Version 0.8'||'0a'X ||'0a'X ||'1996 by Sebastian Bleikamp'||'0a'X ||'0a'X ||'0a'X ||'Please choose the topic:'
reqtext='Read - Decrypt and read a message'||'0a'X ||' using PGP´s viewer.'||'0a'X ||'0a'X ||'Get File - Write decrypted message to a file.'||'0a'X ||' Useful for receiving binary files.'||'0a'X ||'0a'X ||'Get Keys - Get all keys out of a message'||'0a'X ||' reading it.'||'0a'X ||'0a'X ||'Save - Save the plaintext of the message'||'0a'X ||' to the message base.'||'0a'X ||' Encrypted msg. will be killed !'||'0a'X ||'0a'X ||'Remove - Removes signatures from message.'||'0a'X ||' (Message will be decrypted,'||'0a'X ||' orig. message gets lost !)'
reqgadgets='*_Back to the help menu.'
MM_Requester '"MM_PGPManager: Help - Read"' 'reqtext' 'reqgadgets'
return
write_help:
reqtext='Write - Encrypt the current message.'||'0a'X ||'0a'X ||'Sign - Sign the current message.'||'0a'X ||'0a'X ||'Write & Sign - Encrypt and sign the current'||'0a'X ||' message.'||'0a'X ||'0a'X ||'Put File - Encrypt a file, including binary'||'0a'X ||' files, and append it to the'||'0a'X ||' current message.'||'0a'X ||'0a'X ||'Add Key - Add a public key from the pubring'||'0a'X ||' to the message.'
reqgadgets='*_Back to the help menu.'
MM_Requester '"MM_PGPManager: Help - Write"' 'reqtext' 'reqgadgets'